/* Echoes Sans local @font-face declarations */

@font-face {
  font-family: 'Echoes Sans';
  src: url('echoessans_thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Echoes Sans';
  src: url('echoessans_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Echoes Sans';
  src: url('echoessans_medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Echoes Sans';
  src: url('echoessans_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Echoes Sans';
  src: url('echoessans_black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Italic variants */
@font-face {
  font-family: 'Echoes Sans';
  src: url('echoessans_italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Echoes Sans';
  src: url('echoessans_bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Echoes Sans';
  src: url('echoessans_blackitalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --font-echoes: 'Echoes Sans', 'Avenir Next Cyr', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}
